home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
I-J
/
If Monks had Macs....cpt
/
If Monks had Macs...
/
Imitatio Christi
/
card_38735.txt
< prev
next >
Wrap
Text File
|
1992-02-09
|
3KB
|
169 lines
-- card: 38735 from stack: in
-- bmap block id: 0
-- flags: 4000
-- background id: 2614
-- name: clois
----- HyperTalk script -----
on opencard
global ICCard
cleanScreen
put long name of this cd into ICCard
set lockmessages to true
FirstCardScript
end opencard
on closeCard
play stop
get MaxApplZone ("Compact")
end closeCard
on mouseDown
-- Bomb Shelter?
end mouseDown
-- part 27 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=92 top=263 right=342 bottom=323
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: cloister book
----- HyperTalk script -----
on mouseUp
cleanScreen
set cursor to 3
visual zoom out fast
go second cd
end mouseUp
-- part 28 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=344 top=295 right=342 bottom=464
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: GoJournal
----- HyperTalk script -----
on mouseUp
--cleanScreen
set cursor to 3
visual zoom out
go stack "Journal"
if result() is empty then
else
beep
openCard
end if
end mouseUp
-- part 31 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=322 top=264 right=289 bottom=336
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: cloister book2
----- HyperTalk script -----
on mouseUp
cleanScreen
set cursor to 3
visual zoom out
go last cd
end mouseUp
-- part 34 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=0 top=221 right=278 bottom=25
-- title width / last selected line: 0
-- icon id / first selected line: 17779 / 17779
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: To Library
----- HyperTalk script -----
on mouseUp
cleanScreen
set cursor to 3
visual wipe right
go stack "Library"
if result() is empty then
else
beep
openCard
end if
end mouseUp
on mouseDown
end mouseDown
-- part 35 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=468 top=0 right=153 bottom=512
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Passing Notes
----- HyperTalk script -----
on mouseUp
cleanScreen
set cursor to 3
set lockmessages to true
visual zoom out
go cd "conclusion" of stack "Passing Notes"
if the result is empty then
show cd btn "cloister"
else
beep
openCard
end if
end mouseUp
-- part 40 (button)
-- low flags: 00
-- high flags: 8000
-- rect: left=26 top=221 right=279 bottom=43
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: ?
----- HyperTalk script -----
on mouseUp
cleanScreen
set cursor to 3
send cloisterHelp to cd btn "Help" of cd "Title"
end mouseUp